From 990ecad13c83ed1485bba6cd7a76c9e0742fcb7c Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Thu, 5 Feb 2009 23:04:08 +0000 Subject: [PATCH] Add Tags special page to "changes" group. --- includes/DefaultSettings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 71356828f2..dc0e4c7413 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2981,6 +2981,7 @@ $wgSpecialPageGroups = array( 'Newimages' => 'changes', 'Newpages' => 'changes', 'Log' => 'changes', + 'Tags' => 'changes', 'Upload' => 'media', 'Listfiles' => 'media', -- 2.20.1